Namespace

Description

The namespace used in Local Storage for persisted data.

Discussion

The Namespace property defines the namespace used in Local Storage for saving data for the component. If no name is specified or <Default> is used, the namespace will use the unique GUID generated for the UX Component at design time.

Defining a Namespace for your application is useful to help identify data in Local Storage that belongs to this UX component, especially if you use a UX-Local Storage Management control to manage Local Storage data during development or for debugging purposes.